home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Puzzle
/
Tangram 5.swf
/
scripts
/
frame_4
/
PlaceObject2_64_43
/
CLIPACTIONRECORD onClipEvent(enterFrame).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2001-07-15
|
266 b
|
14 lines
onClipEvent(enterFrame){
if(Slide)
{
step++;
_X = x1 + (x2 - x1) * step / num;
_Y = y1 + (y2 - y1) * step / num;
_rotation = r1 + (r2 - r1) * step / num;
if(step == num)
{
Slide = false;
}
}
}